home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / cal14s23.zip / CALLS.CNF < prev    next >
Text File  |  1991-12-31  |  2KB  |  71 lines

  1. ;
  2. ; Configuration file for CALLS v14s16.
  3. ; Anything following ";" is a comment.
  4. ; Keywords may appear in any order.
  5. ; Default values will be used for keywords not specified in the config file.
  6. ;
  7.  
  8. ;full name of caller input file
  9. INFILE  DAY
  10.  
  11. ;output file to produce
  12. OUTFILE blt99
  13.  
  14. ;file for saved history information
  15. SAVEFILE nul
  16.  
  17. ;number of nodes to scan (1=single node mode)
  18. NODES   10
  19.  
  20. ;list of reports to produce from the following list
  21. ;
  22. ;   A - system statistics            B - graphic modes
  23. ;   C - baud rates                   D - hourly usage
  24. ;   E - conferences joined           F - bulletins read
  25. ;   G - doors opened                 H - download protocols
  26. ;   I - download efficiency          J - upload protocols
  27. ;   K - upload efficiency            L - batch sizes
  28. ;   M - files downloaded             N - security statistics
  29. ;   O - security level counters      P - connect type analysis
  30. ;   Q - free downloads
  31. ;                                    Z - insert a blank line
  32. REPORTS ANBCDOPEFGHIJKLQM
  33.  
  34. ;number of "free downloads" to report
  35. MAXFREE 10
  36.  
  37. ;minimum d/l's to include a file in report
  38. MINDL   2
  39.  
  40. ;peak hours to report
  41. ;                 1         2
  42. ;       012345678901234567890123
  43. PEAK    YNNNNNNNNNNNNNNNNYYYYYYY
  44.  
  45. ;maximum number of conferences to report
  46. MAXCONF 20
  47.  
  48. ;maximum number of bulletins to report
  49. MAXBLT  20
  50.  
  51. ;maximum number of doors to report
  52. MAXDOOR 20
  53.  
  54. ;maximum number of batch sizes to report
  55. MAXBATCH 5
  56.  
  57. ;redefine protocol names
  58. PROTOCOL Z Zmodem
  59. PROTOCOL K SLOW! Kermit
  60. PROTOCOL G Ymodem-G (DSZ)
  61. PROTOCOL F Xmodem-1K-G
  62.  
  63. ;define how event time is reported
  64. ;   EVENTMODE OFF disables calculation of event duration.
  65. ;   EVENTMODE BUSY calculates event duration and accounts for it
  66. ;       as 'busy' time (i.e. the system was in use during this time).
  67. ;   EVENTMODE IDLE calculates event duration and accounts for it
  68. ;       as 'idle' time (i.e. the system was NOT in use during this time).
  69. EVENTMODE BUSY
  70.  
  71.